
body{
background-image: url('https://images.unsplash.com/photo-1537498425277-c283d32ef9db?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1357&q=80');
background-size: 100%;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}
    

h1{
    font-size: 2.5rem;
    color: rgb(244, 244, 238);
    padding: 0em;
    margin:0.3em; 
}   
h2{
    font-size: 2rem;
    color: #000000;
    text-decoration-style: none;
}   
h3{
    font-size: 1.5em;
    color: rgb(255, 174, 0);
}   
h4{
    font-size: 1em;
    color: rgb(137, 243, 142);
}   
h5{
    color: #F0F8FF;
}
p{
    font-size: 1em;
    color: #F0F8FF;
}
a{
    margin:0;
   
}
.label {
    font-size: 1.5em;
    color: rgb(202, 202, 226);
}
.container{
    background-attachment:fixed;
    display: flex;
    flex-direction: column; 
    height: 50px;
}

.top{ 
    display: flex;
    background-color: rgb(244, 244, 238);
    height: 5em;

}
.topContent{
    width: 62em;
    margin-left: 12em;
    display: flex;
    flex: right;
    
}
.name{
    margin-left: 0em;
    background-color: #4aaaa5;
    flex-basis: 30%;
    text-align: center;
    width: 20em;
}
.header{ 
    margin-left: 24em;
    position: relative;
    right: 0;
    bottom: 0;
    width: 30%;
    background-color: transparent;
    border-color:#cccccc;  
}

#navbar{
    list-style: none;
    display: inline-flex;
    float: right;
    margin-top: 40px;
}

.linkText{
    font-size: 1em;
    text-align: center;
    font-style: normal;
    padding: 0em;
    margin: 10px; 
}
.textLink:link{
    color: blue;
}
.textLink:visited{
    color: red;
}

#portfolio {
    border-right: solid;
    border-width: 0.15em;
    border-color: black;
    text-align: center;      
}   
#about {
    border-right: solid;
    border-width: 0.15em;
    border-color: black;
    text-align: center;
        
}
#contact{
    text-align: center;
}
#bio {
    padding-left: 2em;
}
#bio2 {
    padding-right: 2em;
    border-right: solid;
    border-width: 0.1em;
    border-color: gray;
}

.mdl{
    padding: 3em;
    display: flex;
    border-top: 0.1em;
    justify-content:space-between;
    align-items: flex-start;
    flex-wrap:wrap;
    width: 70%;
}

.aboutMe{
    margin-left: auto;
    padding: 15px;
    background-color: rgba(244, 244, 238, 0.568);
    width: 60%;
    
    
}
.title1{
    border-bottom: solid;
}

.me{
    padding: 0px;
    margin-right: 1.5em;
    height:20em;
    float: left;
    }

.links{
    padding: 10px;
    background-color: white;
    flex-basis:20%;
    text-align: center;
    margin-right: 50px;
}

.title2{
    border-bottom: solid;
}

.linkImgs{
    padding: 10px;
    display: flex;
}


.bdm{
    padding-top: 5px;
    background-color: rgb(108, 163, 108);
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer {
    padding: 10px;
    background-color: rgb(164, 164, 177);
    text-align: center;
    color: black;
}

#name {
    border: 2px solid #456879;
    border-radius: 10px;
    height: 3em;
    width: 100%;
}

#email{
    border: 2px solid #456879;
    border-radius: 10px;
    height: 3em;
    width: 100%;
}
#message{
    border: 2px solid #456879;
    border-radius: 20px;
    height: 13em;
    width: 100%;
}
button{
    background-color:rgb(202, 202, 226);
    color:rgb(244, 244, 238);;
    height: 4em;
    width: 10em;
    border-radius: 1em;
}
.boxlbl{
    background-color: rgb(202, 202, 226);
    color: rgb(62, 33, 165);
    width: 250px;
}

.box-1 {
    height: 250px;
    width: 250px;
    overflow: hidden;
}
.box-2 {
    height: 250px;
    width: 250px;
    overflow: hidden;
}
.box-3 {
    height: 250px;
    width: 250px;
    overflow: hidden;
}
.box-4 {
    height: 250px;
    width: 250px;
    overflow: hidden;
}
.box-5 {
    height: 250px;
    width: 250px;
    overflow: hidden;
}
  
@media screen and (max-width: 1920px){
    
    .container {
      width: 100%;
    }

    .md1 {
        width: 100%;
        padding: 20px;
      }
  
    .content {
      width: 100%;
    }

    .box-set {
        columns: 3;
    }
}

@media screen and (max-width: 980px) {
   
  
    .container {
      width: 100%;
    }

    .md1 {
        width: 100%;
        padding: 20px;
      }
  
    .content {
      width: 100%;
    }

    .top {
        width: 100%;
        padding: 20px;
    }
    .box-set {
        columns: 2;
    }
}


@media screen and (max-width: 768px) {
    
    .container {
      width: 100%;
    }

    .md1 {
        width: 100%;
        padding: 20px;
      }
  
    .content {
      width: 100%;
    }

    .top {
        width: 100%;
        padding: 20px;
    }

   .box-set {
        columns: 1;
    }

}


.about-the-author {
    background-color: #fefefe;
    padding: 1rem;
    border: 1px solid #cacaca;
  }
  
  .about-the-author .separator-left {
    text-align: left;
  }
  
  .about-the-author .separator-left::before, .about-the-author .separator-left::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .about-the-author .separator-left::after {
    clear: both;
  }
  
  .about-the-author .separator-left::after {
    position: relative;
    width: 5rem;
    border-bottom: 0.125rem solid (244, 244, 238, 0.568);
    margin: 0.3rem auto 0;
    margin-left: 0;
  }
  
  .about-the-author .author-title {
    text-transform: uppercase;
  }
  
  .about-the-author .author-social {
    text-align: center;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
  
  .about-the-author .author-social .fa-stack {
    display: inline-block;
  }
  
  .about-the-author .author-social .fa-stack.facebook {
    color: #4c70ba;
  }
  
  .about-the-author .author-social .fa-stack.facebook:hover, .about-the-author .author-social .fa-stack.facebook:focus {
    color: #3b5998;
  }
  
  .about-the-author .author-social .fa-stack.twitter {
    color: #83c3f3;
  }
  
  .about-the-author .author-social .fa-stack.twitter:hover, .about-the-author .author-social .fa-stack.twitter:focus {
    color: #55acee;
  }
  
  .about-the-author .author-social .fa-stack.linkedin {
    color: #009ee8;
  }
  
  .about-the-author .author-social .fa-stack.linkedin:hover, .about-the-author .author-social .fa-stack.linkedin:focus {
    color: #007bb5;
  }
  
  .about-the-author .author-image {
    border: 1px solid #cacaca;
  }
  
  
.four-up-feature {
    text-align: center;
    
  }
  
  .four-up-feature .four-up-feature-header {
    margin-bottom: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .four-up-feature {
    margin-bottom: 2rem;
  }
  
  .four-up-feature {
    margin-bottom: 2rem;
  }

  .four-up-feature-text {
    margin-bottom: 2rem;
    color: #F0F8FF;
  }

  .four-up-feature-image {
    margin-bottom: 2rem;
    height: 100px;
    width: 100px;
    overflow: hidden;
  }
    
  .logo {
      height: 60px;
      width: 60px;
  }

  
.portfolio-resume-spacing {
  margin-bottom: 2rem;
}

.portfolio-resume-wrapper {
  padding: 2rem 4rem;
  margin-top: 10px;
  
}

.portfolio-resume-headshot {
  margin-bottom: 2rem;
  border-radius: 50%;
  height: 250px;
  width: 153px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px;
}

.portfolio-resume-header {
  text-transform: uppercase;
  padding-bottom: 1rem;
  /* border-bottom: 1px solid #e6e6e6; */
  font-weight: bold;
  margin-bottom: 1rem;
}

.portfolio-resume-contact-info {
  margin-bottom: 0.75rem;
}

.portfolio-resume-contact-info a {
  color: #0a0a0a;
}

.portfolio-resume-contact-info .fa {
  font-size: 1.4rem;
  padding-right: 0.8rem;
  vertical-align: middle;
  color: #0a0a0a;
}

.list-color {
  color: #F0F8FF;
}